github.com/andybalholm/brotli.hashRolling.jump (field)

12 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L264: 			hb: &hashRolling{jump: 4},
		hash.go#L297: 			hb: &hashRolling{jump: 4},
		hash.go#L302: 			hb: &hashRolling{jump: 1},
		hash_rolling.go#L46: 	jump int
		hash_rolling.go#L65: 	for i := 0; i < 32; i += h.jump {
		hash_rolling.go#L81: 	for i := 0; i < 32; i += h.jump {
		hash_rolling.go#L98: 	if position&uint(h.jump-1) != 0 {
		hash_rolling.go#L99: 		var diff uint = uint(h.jump) - (position & uint(h.jump-1))
		hash_rolling.go#L126: 	if cur_ix&uint(h.jump-1) != 0 {
		hash_rolling.go#L135: 	for pos = h.next_ix; pos <= cur_ix; pos += uint(h.jump) {
		hash_rolling.go#L167: 	h.next_ix = cur_ix + uint(h.jump)